Skip to content

in .github/workflows/cmake.yml, removed redundant '--config ${{env.BUILD_TYPE}}' from 'cmake --build build'#1252

Merged
langou merged 1 commit into
Reference-LAPACK:masterfrom
scr2016:refactor-github-workflow-file-cmake_yml--config
Jun 1, 2026
Merged

in .github/workflows/cmake.yml, removed redundant '--config ${{env.BUILD_TYPE}}' from 'cmake --build build'#1252
langou merged 1 commit into
Reference-LAPACK:masterfrom
scr2016:refactor-github-workflow-file-cmake_yml--config

Conversation

@scr2016

@scr2016 scr2016 commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Description

  1. removed redundant --config ${{env.BUILD_TYPE}} from cmake --build build -config ${{env.BUILD_TYPE}} for a single configuration generator Ninja.
  2. wrote comments before each cmake --build build about --config ${{env.BUILD_TYPE}} redundancy.
  3. in test-install-cblas-lapacke-without-fortran-compiler job, added an env field BUILD_TYPE: Release to make it consistent with other jobs in the script.
  4. Removed whitespace at the end of each line.

Checklist

  • The documentation has been updated.
  • If the PR solves a specific issue, it is set to be closed on merge.

…ILD_TYPE}}' from 'cmake --build build

(1) removed redundant '--config ${{env.BUILD_TYPE}}' from 'cmake --build build -config ${{env.BUILD_TYPE}}' for a sigle configuration generator Ninja.
(2) wrote comments before each 'cmake --build build' about '--config ${{env.BUILD_TYPE}}' redundancy.
(3) in test-install-cblas-lapacke-without-fortran-compiler job, addded 'env' field 'BUILD_TYPE: Release' to make it consistent with other jobs in the script.
@langou langou merged commit a66e2a3 into Reference-LAPACK:master Jun 1, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants